kernel mode

英 [ˈkɜːnl məʊd] 美 [ˈkɜːrnl moʊd]

网络  内核态; 内核模式; 核心模式; 内核层; 核心态

计算机



双语例句

  1. The hypervisor calls are executable only in hypervisor mode, just like system calls are executable only in kernel mode.
    Hypervisor调用只能够在Hypervisor模式中执行,就如同系统调用只能够在内核模式中执行一样。
  2. Reduces kernel mode time and increases user mode time
    减少内核模式时间,增加用户模式时间
  3. The other mode is kernel mode.
    另一种模式是内核模式。
  4. The reduction in time spent in kernel mode reduces the overall CPU cycles required to do the same work.
    内核模式时间的减少降低了执行同一工作时所需的总体CPU周期。
  5. When a user program accesses system calls, it does so in kernel mode, not user mode.
    当用户程序访问系统调用时,它将在内核模式而不是用户模式下进行。
  6. The possible values are k ( kernel mode), h ( hypervisor mode), r ( runlatch mode), and n ( nointerrupt mode).
    其他有效值是k(内核模式)、h(系统管理程序模式)、r(runlatch模式)和n(非中断模式)。
  7. Step three: the write system call causes a context switch from user mode to kernel mode.
    步骤三:系统调用write导致从用户空间到内核空间的上下文切换。
  8. Recall that kernel mode represents the privileged mode for code execution, while user mode represents the non-privileged mode ( for programs running outside the kernel).
    回想一下内核模式表示代码执行的特权模式,而用户模式则表示非特权模式(用于那些运行在内核之外的程序)。
  9. Where vanilla kernels support kernel mode and user mode, the KVM introduces a guest mode.
    普通内核支持内核模式和用户模式,而KVM则引入了一种客户模式。
  10. Some of the programs that operate in kernel mode include interrupt handlers and kernel processes.
    以内核模式运行的某些程序包括中断处理程序和内核进程。
  11. Regarding system modes, there are two modes that a CPU operates in: kernel mode and user mode.
    在系统模式方面,CPU有两种运行模式:内核模式和用户模式。
  12. The processor transitions from kernel mode to hypervisor mode using the HV bit in the MSR.
    处理器使用MSR中的HV位实现从内核模式到Hypervisor模式的转换。
  13. Such as when the VM executes code in kernel mode; then VMWare has to carefully translate the memory mapping and permissions in order to simulate the VM's virtual CPU correctly.
    比如,当VM以内核模式执行代码时;为了正确地仿真VM的虚拟CPU,VMWare必须谨慎地转换内存映射和权限。
  14. It displays the kernel mode stack trace of the thread.
    它显示线程的内核模式栈跟踪。
  15. How can I change from one kernel mode to another?
    如何从一种内核模式更改为另一种内核模式?
  16. Reorganize the operating system as a tiny microkernel that runs in kernel mode, along with some number of user processes that do the real work of the operating system.
    将操作系统的结构重新组织为一个运行于内核态的微内核,外加若干用户进程去完成真正的操作系统任务。
  17. For some exceptions, the CPU control unit also generates a hardware error code and pushes it on the Kernel Mode stack before starting the exception handler.
    对每个异常,CPU控制单元也生成一个硬件错误码,并在开始执行处理函数前将其压入内核空间栈中。
  18. Validation of processes via Windows kernel mode driver
    驱动模式的Windows进程合法性验证
  19. The number of jiffies that this process has been scheduled in kernel mode.
    瞬间进程正在使用内核模式的数量。
  20. A6-Hopefully most homebrew will work, since this is a Kernel Mode exploit.
    希望大多数主机将工作,因为这是一个内核模式利用。
  21. Select to run threads in kernel mode.
    可使线程运行在内核模式。
  22. Whether it's a single program or a collection of executable files, all parts of the kernel run in "kernel mode", with access to system data and hardware.
    不管它是单个程序还是可执行文件的集合,内核所有部件都是以“内核方式”运行,访问系统数据和硬件。
  23. This driver offers the ability to have kernel mode rule checking for such events as process creation and DLL loading.
    此驱动程序能够有内核模式规则检查这样的事件过程创建和DLL加载。
  24. Note Enabling full kernel mode leaves the entire system vulnerable, but increases performance.
    注意:选择该模式会使系统较脆弱,但是性能会有所提高。
  25. Study on Remote Control under Windows Kernel Mode
    Windows内核模式下远程控制研究
  26. There are certainly other reasons for using IIS6.0, but kernel mode caching is an obvious one.
    有许多让你使用用IIS6.0的理由,但kernelcashing是最好的一个。
  27. Kernel mode is generally reserved for the lowest-level, most trusted functions of the operating system.
    内核态通常情况下,都是为那些最底层的,由操作系统提供的,可信可靠的代码来运行的。
  28. Kernel threads run only in Kernel Mode, while regular processes run alternatively in Kernel Mode and in User Mode.
    内核线程仅在内核空间运行,而普通进程可有选择地在内核空间和用户空间运行。
  29. The kernel mode caching results were always the most interesting.
    内核模式缓存结果总是最有意思的。
  30. Kernel malware circumvents this abstraction of privileges by running in kernel mode with direct access to all system services.
    内核恶意软件以内核模式运行,直接访问系统服务来绕过这种特权抽取。